home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Shareware
/
Beyond Compare 3.0.10
/
BCompareSetup.exe
/
{app}
/
BCompare.exe
/
0
/
RCDATA
/
TPIXSESSIONFRAME
/
TPIXSESSIONFRAME.txt
Wrap
Text File
|
2008-11-03
|
959b
|
49 lines
inherited PixSessionFrame: TPixSessionFrame
HelpType = htKeyword
HelpKeyword = 'Picture_Compare_Rules'
Caption = 'Comparison'
object ToleranceLbl: TUiLabel
Left = 8
Top = 128
Height = 13
Caption = 'Tolerance:'
end
object DiffPictureEdit: TUiRadioGroup
Left = 8
Top = 8
Width = 409
Height = 113
Caption = 'Difference'
Items.WideStrings = (
'None'
'Tolerance'
'Range'
'Binary Operation')
TabOrder = 0
OnClick = SomethingChangedClick
end
object ToleranceEdit: TUiSpinEdit
Left = 8
Top = 144
Width = 50
Height = 21
Max = 255
TabOrder = 1
OnChange = SomethingChangedClick
end
object BinaryOpEdit: TUiRadioGroup
Left = 8
Top = 128
Width = 409
Height = 33
Caption = 'Binary operation'
Columns = 3
Items.WideStrings = (
'XOR'
'AND'
'OR')
TabOrder = 2
OnClick = SomethingChangedClick
end
end